Application::DoMakeDocuments

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index Return to Main Contents
 

NAME

Application::DoMakeDocuments - instance method  

TEMPLATE

newDocument = Document * DoMakeDocuments(const char * documentType)  

SPECIFIERS

public abstract virtual  

DESCRIPTION

DoMakeDocuments has to create a new document of type documentType.
This method is called when the user selects new or open from the application window. If an existing document is to be opened then documentType contains the type of that document and has been checked by the method CanOpenDocument. If new has been selected then documentType is identical with the instvar mainDocumentType. Method is always overridden.  

ARGUMENTS

const char * documentType

the type of document to create
 

RETURN ARGUMENT

Document * newDocument

a new document of type documentType
 

CATEGORIES

document handling, overrider interface

 

FIRST DEFINITION

class Application  

FILES

implementation:
Application.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:32 GMT, March 30, 2022